home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / opengl / siggraphCD / README < prev   
Encoding:
Text File  |  1994-08-02  |  4.9 KB  |  102 lines

  1.  
  2.       ~4Dgifts/toolbox/src/exampleCode/opengl/siggraphCD README
  3.  
  4.  
  5.                 THIS CODE RUNS/COMPILES ON 5.1 Irix OR LATER
  6.                 THIS CODE WILL NOT RUN ON LESS THAN 5.1 Irix
  7.  
  8.  
  9.   this is a slightly abbreviated and updated subtree of the OpenGL CD given 
  10.   out at siggraph 1993.  the newer sections than the siggraphCD include 
  11.   more in the lib/libtk directory, extra demos in src/demos (atlantis, 
  12.   fadeflip, & stonehenge) and 3 extra programs in src/examples/samples 
  13.   (tcursor, toverlay & tshape).
  14.  
  15.  
  16. This software initially comes on CD-ROM.  It's suggested that
  17. for source code that you wish to compile, you should copy 
  18. that software onto a read/writable disk.  You will almost 
  19. certainly have to fiddle with the Imakefile or Makefiles.
  20.  
  21. The spec directory contains no source code, but it does contain
  22. Release 1.0.10 of the OpenGL Specification, including the OpenGL
  23. Utility Library, and the API for the OpenGL extension to the X Window
  24. System, as released by the OpenGL Architectural Review Board.  As of
  25. July, 1993, the OpenGL Architectural Review Board consists of Digital
  26. Equipment, IBM, Intel, Microsoft, and Silicon Graphics.
  27.  
  28. The OpenGL Specification will enable people to get a more in-depth
  29. understanding of the internals of OpenGL.  (For most people, the
  30. Addison-Wesley book series will be enough documentation.)  However,
  31. this copy of the Specification is not a license to implement OpenGL
  32. or to use the trademark OpenGL(TM).  Contact Mason Woo at Silicon 
  33. Graphics, Inc. for more details about licensing.
  34.  
  35. The src directory contains source code.  The source code provided 
  36. is for your examination.  You may use the source code, subject to
  37. the legal notices posted along with the source code.
  38.  
  39. In the src/examples directory are two subdirectories:  
  40. samples and book.  The samples directory contains programs which 
  41. are part of the release which has been approved by the OpenGL 
  42. Architectural Review Board.  The book directory contains the program 
  43. examples from "The OpenGL Programming Guide," published by Addison-Wesley, 
  44. ISBN 0-201-63274-8.  The samples directory requires that you link with 
  45. the tk library, found on lib/libtk.  The book directory contains 
  46. examples which require the aux library, found on lib/libaux. 
  47. (Note that lib/libaux will also look for lib/libtk.
  48. To use libaux, you must have libtk files, too.)
  49.  
  50. The src/demos directory contains programs including games, mathematical 
  51. demos, and the famous insect demo.  Several of the demos require the 
  52. OpenGL widget, which is found in lib/libGLw.  For some of the games
  53. there are also texture files which have been put in src/data.
  54.  
  55.  
  56. ------------
  57. Copyright (c) 1992, 1993 Silicon Graphics, Inc. All Rights Reserved.
  58.  
  59. The OpenGL(TM) Specification on this CD-ROM is protected by
  60. International Copyright Law, and is proprietary to Silicon
  61. Graphics, Inc.  You may not copy, adapt, distribute, or publicly
  62. perform or display any portion of such material without the
  63. express, prior written consent of Silicon Graphics, Inc.  Your
  64. receipt or possession of the OpenGL Specification does not grant
  65. to you or anyone else any right to reproduce, create derivative
  66. works based on or distribute or otherwise disclose any of its
  67. contents, or to manufacture, use or sell anything that embodies
  68. any of the material included herein, in whole or in part,
  69. provided, however, that you may print one interpreted copy of the
  70. PostScript(R) version of the OpenGL Specification provided on
  71. this CD-ROM for your personal reference in connection with your
  72. use of an OpenGL product.
  73.  
  74. THE MATERIAL EMBODIED ON THIS CD-ROM IS PROVIDED TO YOU "AS-IS"
  75. AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
  76. INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
  77. FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL SILICON
  78. GRAPHICS, INC.  BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
  79. SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
  80. KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
  81. LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
  82. THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC.  HAS BEEN
  83. ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
  84. ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
  85. POSSESSION, USE OR PERFORMANCE OF THIS CD-ROM, OR THE MATERIAL
  86. CONTAINED ON THIS CD-ROM.
  87.  
  88. U. S. Government Restricted Rights Legend
  89.  
  90. Use, duplication, or disclosure by the Government is subject to
  91. restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
  92. (c)(1)(ii) of the Rights in Technical Data and Computer Software
  93. clause at DFARS 252.227-7013 and/or in similar or successor
  94. clauses in the FAR or the DOD or NASA FAR Supplement.
  95. Unpublished-- rights reserved under the copyright laws of the
  96. United States.  Contractor/manufacturer is Silicon Graphics,
  97. Inc., 2011 N.  Shoreline Blvd., Mountain View, CA 94039-7311.
  98.  
  99. OpenGL is a trademark of Silicon Graphics, Inc.  PostScript is a
  100. registered trademark of Adobe Systems Incorporated.
  101.  
  102.